home *** CD-ROM | disk | FTP | other *** search
- We used a commercial TCP/IP package called DISTINCT TCP/IP. I selected it
- mainly for its "dialling" abilities, after testing several other packages.
- With DISTINCT the first call to the stack will trigger a dial-up, in this
- way you may start several WINSOCK applications, and the first one will start
- a dialling script. The last application closed will on the other hand hang-up
- the line.
-
- The dialling is handled by a powerfull script-language that gives you the
- opportunity to interactively exchange commands/passwords with your remote
- server, with conditional testing and retries for erroneous entered strings.
-
- The package will also automatically detect line drop-downs, inform you of that
- and attempt a redial in the next consecutive socket call.
-
- We have developed a family of test and measurement applications for cellullar
- phones networks, based on the WINSOCK API. Our applications make full use of
- all the functionality described above and worked as well over PSTN lines as
- over normal ETHERNET.
-
- Antonio
- Norway
- From sjr@dartac.demon.co.uk Sun Mar 13 15:51:36 1994
- Received: from dartac.demon.co.uk by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA10002; Sun, 13 Mar 1994 15:51:36 -0500
- Path: dartac.demon.co.uk!sjr
- From: sjr@dartac.demon.co.uk (Simon Roberts)
- Subject: Re: nfs client for winsock?
- References: <CMHFFC.Ez0@world.std.com>
- To: winsock@sunsite.unc.edu
- Message-Id: <763616322snx@dartac.demon.co.uk>
- X-Mailer: cppnews $Revision: 1.40 $
- Date: Sun, 13 Mar 94 20:38:42 MET
- Organization: Dartacross Limited
- Lines: 23
-
- In article <CMHFFC.Ez0@world.std.com> you write:
- (re: Dan Lanciani's NFS client)
-
- > Now, would this work, using just Winsock over a SLIP connection?
- > I kind of read the man page on the FTP site and this doesn't seem to have
- > all of the pieces required to do NFS over a SLIP using WINSOCK as the
- > TCP/IP transport mechanism...
-
- No this does not work using Winsock - it uses the DOS based socket API
- that the MS WFW TCP package, and related TCP/IP stacks, provide.
-
- It does, however, work very well with WFW.
-
- Hopefully Dan will turn his attention to a generic Winsock version
- of the client in the future.
-
- --
- Simon Roberts
-
- Dartacross Limited Open Systems and PC/UNIX Consultancy
- Marienfelder Strasse 82
- 12309 Berlin Email: sjr@dartac.demon.co.uk
- Germany Voice: +49 30 744 6793
- From news@bigblue.oit.unc.edu Sun Mar 13 05:06:46 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA10692; Sun, 13 Mar 1994 15:58:28 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA31119; Sun, 13 Mar 1994 15:41:21 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Sun, 13 Mar 94 12:06:46 PDT
- From: simon@halcyon.com
- Message-Id: <2lvs3k$57k@nwfocus.wa.com>
- Organization: Northwest Nexus Inc.
- Sender: ses
- References: <mdenny.16.030DB096@hk.super.net>
- Subject: Re: Drag and drop ftp client for Winsock ?
-
-
- In article <mdenny.16.030DB096@hk.super.net>, <mdenny@hk.super.net> writes:
- > Path:
- nwnexus!cyber2.cyberstore.ca!math.ohio-state.edu!howland.reston.ans.net!pipex!s
- unic!psinntp!psinntp!hk.super.net!mdenny.hk.super.net!mdenny
- > From: mdenny@hk.super.net (Michael Denny)
- > Newsgroups: alt.winsock
- > Subject: Drag and drop ftp client for Winsock ?
- > Date: Sun, 13 Mar 1994 22:54:02 UNDEFINED
- > Organization: City Polytechnic of Hong Kong
- > Lines: 7
- > Message-ID: <mdenny.16.030DB096@hk.super.net>
- > NNTP-Posting-Host: 202.14.67.47
- > X-Newsreader: Trumpet for Windows [Version 1.0 Rev B]
- >
- > Has anyone seen a drag and drop ftp client for Winsock? The ftp client
- > would show the server file system like the standard Fileman in Windows
- > does and allow file to be copied by draging and droping them like with
- > ordinary Windows. Sort of a poor man's NFS.
- >
- > Mike Denny
- >
- Supposedly, the FTP client from Spry does exactly that, but the application
- itself isn't a winsock app. Spry chose to put a layer of code between their
- applications and a compliant winsock to make applications development easier.
-
- I have a copy of Spry's product, and have never been able to sucessfully
- install it (although I have had success with Chameleon, Trumpet, Distinct,
- Intercon and LWP.) I would certainly be interested in hearing from someone
- that's had better luck with Spry.
-
- Mike Simon
- From news@bigblue.oit.unc.edu Sun Mar 13 20:43:17 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA14172; Sun, 13 Mar 1994 16:28:28 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA21242; Sun, 13 Mar 1994 15:59:38 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Sun, 13 Mar 1994 20:43:17 GMT
- From: grant@gandalf.otago.ac.nz (Grant Bush)
- Message-Id: <grant.19.2D837AE5@gandalf.otago.ac.nz>
- Organization: University of Otago
- Sender: ses
- References: <dob.260.00729DC0@inel.gov>, <2lpcj5$msp@raffles.technet.sg>
- Subject: Re: Announcing update to WSLPD, version 1.1
-
- In article <2lpcj5$msp@raffles.technet.sg> neepc@solomon.technet.sg (Nee Pai Chee) writes:
- >From: neepc@solomon.technet.sg (Nee Pai Chee)
- >Subject: Re: Announcing update to WSLPD, version 1.1
- >Date: 11 Mar 1994 09:11:01 GMT
-
- >David L. Brooks (dob@inel.gov) wrote:
-
- >: WSLPD is a Berkeley compatible print daemon for WinSock and Windows 3.1;
- >: it's kind of like the Unix lpd program. This version completely replaces
- >: the old version; you don't need the old to make the new work.
-
- >Just wondering if there is any software that does the same thing but
- >run on Novell Netware 3.12 server as NLM. I do not have an extra PC
- >to windows and WSLPD.
-
- Yes there is and its shareware(almost). LPDNLM.ZIP from "actrix.gen.nz".
- From natale@acec.com Sun Mar 13 11:55:37 1994
- Received: from uu3.psi.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA16872; Sun, 13 Mar 1994 16:57:24 -0500
- Received: from acec.com by uu3.psi.com (5.65b/4.0.071791-PSI/PSINet) via SMTP;
- id AA29612 for winsock@sunsite.unc.edu; Sun, 13 Mar 94 16:57:19 -0500
- Received: from natale by nips.acec.com (5.65/3.2.083191-American Computer and Electronics Corp. )
- id AA21578; Sun, 13 Mar 1994 16:56:40 -0500
- Date: Sun, 13 Mar 1994 16:55:37 EST
- From: Bob Natale <natale@acec.com>
- Subject: Re: Small, experimental FTP site open for the weekend
- To: ryan@singollo.gsfc.nasa.gov
- Cc: Multiple recipients of list <winsock@sunsite.unc.edu>
- Message-Id: <ECS9403131637B@acec.com>
- Priority: Normal
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
-
- > From: Ryan Simmons <ryan@singollo.gsfc.nasa.gov>
- > Date: Sun, 13 Mar 1994 16:03:58 -0500
-
- Hi Ryan,
-
- > work related and personal use only. But I wouldn't mind if over
- > the weekend people logged on, looked around, and did some downloads.
- > I want to see what happens when my machine gets a little traffic.
- > I also want to see how the server software stands up.
-
- Well, I was going to exercise it for you, but...
-
- > HOW TO GET THERE
- > FTP to 128.183.22.177 and do an anonymous login. It's that easy.
-
- Your server would not accept any form of my e-mail address as the
- password to the 'anonymous' account that I could think of trying.
- Kept giving me 'login denied' (or whatever) errors.
-
- > If your ftp software can't autodetect the type of system it's
- > logging in to, then set it to look for either DOS/Windows or Chameleon.
-
- Well, I was connecting from an ULTRIX machine.
-
- > AFTERWARDS
- > If you have any problems, could you be kind enough to drop an e-mail
- > message to ryan@singollo.gsfc.nasa.gov. If you just want to drop me a
- > note saying you were there, loved my collection, and had no problems,
- > that would be great too.
-
- Let me know what was going wrong...either end...and I'll give it another
- try.
-
- Regards,
-
- BobN
- ________________________________________________________________
- Bob Natale | American Computer | 301-258-9850 [v]
- Director | 209 Perry Pkwy | 301-921-0434 [f]
- Network Mgmt Products | Gaithersburg MD 20877 | natale@acec.com
-
-
-